home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1993 July / InfoMagic USENET CD-ROM July 1993.ISO / sources / x / volume16 / vex.v2r2 / patch2 < prev    next >
Encoding:
Text File  |  1992-03-05  |  2.1 KB  |  77 lines

  1. Newsgroups: comp.sources.x
  2. Path: uunet!think.com!mips!msi!dcmartin
  3. From: "David C. Carver" <dcc@Athena.MIT.EDU>
  4. Subject: v16i108: vex.v2r2 patch #2, Patch2, Part01/01
  5. Message-ID: <1992Mar5.215809.9894@msi.com>
  6. Originator: dcmartin@fascet
  7. Sender: dcmartin@msi.com (David C. Martin - Moderator)
  8. Organization: Molecular Simulations, Inc.
  9. References: <csx-16i108-vex.v2r2@uunet.UU.NET>
  10. Date: Thu, 5 Mar 1992 21:58:09 GMT
  11. Approved: dcmartin@msi.com
  12.  
  13. Submitted-by: "David C. Carver" <dcc@Athena.MIT.EDU>
  14. Posting-number: Volume 16, Issue 108
  15. Archive-name: vex.v2r2/patch2
  16. Patch-To: vex.v2r2: Volume 16, Issue 52
  17.  
  18.                 Xv2r2 Patch #2
  19.  
  20. This file patches:
  21.  
  22.     mit/extensions/xv/server/ddx/sunrop/pip_impl.h
  23.  
  24. to included cg8reg.h from /usr/include/sbusdev rather than from
  25. /usr/include/sundev as it used to.
  26.  
  27. To apply this patch:
  28.  
  29. cd to the top of the source tree (to the directory containing the "mit"
  30. and "contrib" subdirectories) and do:
  31.  
  32.         patch -p -s < ThisFile
  33.  
  34. Patch will work silently unless an error occurs.  You will likely get
  35. two warning messages, which can be ignored:
  36.  
  37.         mkdir: mit: File exists
  38.  
  39. If you want to watch patch do its thing, leave out the "-s" argument to patch.
  40.  
  41. After applying this patch:
  42.  
  43. You need to build the Xsun server again.  You can do this by making
  44. everything (slow), or by going to the directory
  45. mit/extensions/xv/server/ddx/sunrop and saying
  46.  
  47.     make depend
  48.     make
  49.  
  50. followed by doing to mit/server and saying
  51.  
  52.     make Xsun (or make loadXsun)
  53.  
  54. Prereq: xv-patch-level-1
  55.  
  56. *** /tmp/XVPATCHLEVEL.1    Mon Mar  2 11:03:18 1992
  57. --- mit/XVPATCHLEVEL    Mon Mar  2 11:04:37 1992
  58. ***************
  59. *** 2 ****
  60. ! VERSION xv-patch-level-1
  61. --- 2 ----
  62. ! VERSION xv-patch-level-2
  63.  
  64. *** mit/extensions/xv/server/ddx/sunrop/pip_impl.h.0    Fri Feb 28 17:46:07 1992
  65. --- mit/extensions/xv/server/ddx/sunrop/pip_impl.h    Fri Feb 28 17:46:12 1992
  66. ***************
  67. *** 10 ****
  68. ! #include <sundev/cg8reg.h>    /* TC register definitions. */
  69. --- 10 ----
  70. ! #include <sbusdev/cg8reg.h>    /* TC register definitions. */
  71.  
  72. -- 
  73. --
  74. Molecular Simulations, Inc.            mail: dcmartin@msi.com
  75. 796 N. Pastoria Avenue                uucp: uunet!dcmartin
  76. Sunnyvale, California 94086            at&t: 408/522-9236
  77.